setPublicKey

open fun setPublicKey(value: ByteString): MeshProtos.MeshPacket.Builder

Records the public key the packet was encrypted with, if applicable.
bytes public_key = 16;

Return

This builder for chaining.

Parameters

value

The publicKey to set.